home *** CD-ROM | disk | FTP | other *** search
- global gCurrentFlashPaper, gMaster, gFlashMarkers, gTracker
-
- on prepareFrame me
- if the frameLabel <> 0 then
- gMaster.pmarker = the frameLabel
- gTracker.mAddSection(gMaster.pmarker)
- repeat with x = 1 to gFlashMarkers.count
- if symbol(gMaster.pmarker) = getPropAt(gFlashMarkers, x) then
- gFlashMarkers[x] = the frame
- end if
- end repeat
- else
- end if
- end
-